object DCCChatForm: TDCCChatForm Left = 516 Top = 251 Width = 541 Height = 339 Caption = 'DCCChatForm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Icon.Data = {} KeyPreview = True OldCreateOrder = True Position = poDefaultPosOnly Scaled = False Visible = True OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object TopDock: TDock97 Left = 0 Top = 0 Width = 533 Height = 9 end object LeftDock: TDock97 Left = 0 Top = 9 Width = 9 Height = 267 Position = dpLeft end object RightDock: TDock97 Left = 524 Top = 9 Width = 9 Height = 267 Position = dpRight end object BottomDock: TDock97 Left = 0 Top = 300 Width = 533 Height = 9 Position = dpBottom end object InputPanel: TPanel Left = 0 Top = 276 Width = 533 Height = 24 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Input: TInputMemo Left = 0 Top = 0 Width = 533 Height = 24 Align = alClient TabOrder = 0 WantTabs = True WordWrap = False OnKeyDown = InputKeyDown OnKeyPress = InputKeyPress end end object OutputPanel: TPanel Left = 9 Top = 9 Width = 515 Height = 267 Align = alClient BevelOuter = bvNone TabOrder = 1 end object ChatPopup: TPopupMenu OnPopup = ChatPopupPopup Left = 24 Top = 24 end end